LEADTOOLS (Leadtools assembly)

Create(Byte[],UInt64) Method

Show in webframe







A byte array that will be used as storage for the new LeadStream object.
The offset in buffer that will be used as the origin of the new LeadStream object.
Constructs a new ILeadStream using the specified buffer as storage.
Syntax
public static ILeadStream Create( 
   byte[] buffer,
   ulong offset
)
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal buffer() As Byte, _
   ByVal offset As ULong _
) As ILeadStream
'Usage
 
Dim buffer() As Byte
Dim offset As ULong
Dim value As ILeadStream
 
value = LeadStreamFactory.Create(buffer, offset)
public static ILeadStream Create( 
   byte[] buffer,
   ulong offset
)

            

            
 function Leadtools.LeadStreamFactory.Create(Byte[],UInt64)( 
   buffer ,
   offset 
)
public:
static ILeadStream^ Create( 
   array<byte>^ buffer,
   ulong offset
) 

Parameters

buffer
A byte array that will be used as storage for the new LeadStream object.
offset
The offset in buffer that will be used as the origin of the new LeadStream object.

Return Value

The lead stream object.
Remarks

The returned ILeadStream can be be disposed by casting it as System.IDisposable and use the System.IDisposable.Dispose method.

Requirements

Target Platforms

See Also

Reference

LeadStreamFactory Class
LeadStreamFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.